@charset "utf-8";
/* CSS Document */

.specialDate {}
.specialDate a { background:#3F3!important;}


#takvimim {margin-bottom:10px; width:190px; font-size:12px; /*border:1px solid #ccc;*/}

.months { position:relative; color:#666; line-height:30px;}
.btnmleft { position:absolute; left:0; top:0; width:20px; text-align:center; }
.btnmright {position:absolute; right:0; top:0; width:20px; text-align:center; }
.btnmleft a, .btnmright a {display:block; width:100%; height:100%; font-weight:bold;}
.mname { padding:0 20px; text-align:center;}

.daynames { list-style:none; overflow:hidden; padding:2px 0 0 7px; width:190px; font-size:11px; }
.daynames li {float:left; text-align:center; width:22px; height:20px; line-height:20px; margin:0 3px 3px 0; color:#666;}

.days { list-style:none; overflow:hidden; padding:2px 0 0 7px; width:190px;}
.day { float:left; text-align:center; width:22px; height:22px; line-height:22px; margin:0 3px 3px 0; color:#fff;}
.day:hover {background:#9C0;}
.day a { background:#666; color:#fff; width:100%; height:100%; display:block;}
.day a:hover { background:#E27D00; color:#fff;}
.otherm a {background:#ccc;}
.today a {background:#333;}
.activeday a {background:#2B9943;}
.oldactiveday a {background:#992B49;}
/* En son hangisi tanımlanmışsa onun hükmü geçiyor*/

#snntooltip {position:absolute; z-index:100; width:100px; height:50px; padding:10px; color:#333; font-weight:bold; background:rgb(255,255,255); background:rgba(255,255,255,0.9); border-radius:10px; border:2px solid #ccc; display:none; bottom:0; white-space:pre-line;}